From 8d541d8a5799e3bf9d4f3f39599238ae79c64395 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Mon, 2 Jul 2007 10:31:03 -0600 Subject: [PATCH] [IA64] Build warning cleanup Signed-off-by: Alex Williamson --- xen/arch/ia64/xen/vcpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/ia64/xen/vcpu.c b/xen/arch/ia64/xen/vcpu.c index b290a80bf2..badfb2eac8 100644 --- a/xen/arch/ia64/xen/vcpu.c +++ b/xen/arch/ia64/xen/vcpu.c @@ -496,7 +496,7 @@ IA64FAULT vcpu_set_psr(VCPU * vcpu, u64 val) PSCB(vcpu, interrupt_collection_enabled) = vpsr.ic; vcpu_set_metaphysical_mode(vcpu, !(vpsr.dt && vpsr.rt && vpsr.it)); - newpsr.cpl |= max(vpsr.cpl, (u64)CONFIG_CPL0_EMUL); + newpsr.cpl |= max((u64)vpsr.cpl, (u64)CONFIG_CPL0_EMUL); if (PSCB(vcpu, banknum) != vpsr.bn) { if (vpsr.bn) -- 2.30.2